Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ prosty pesel
Typ prosty pesel
Opis
Typ prosty umożliwiający zapisanie numeru pesel.
Przestrzeń nazw http://api.big.pl/bimo/v1
Typ
Restriction of Typ prosty string
Diagram
Typ prosty pesel
Przegląd
pesel Restriction of Typ prosty string
Typ prosty umożliwiający zapisanie numeru pesel.
Dozwolone wartości
Length11
Pattern\d*
Źródło
<xs:simpleType name="pesel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ prosty umożliwiający zapisanie numeru pesel.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:restriction base="bc:string">
    <xs:length value="11" />
    <xs:pattern value="\d*" />
  </xs:restriction>
</xs:simpleType>
Zobacz także